home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / ABUSESRC.ZIP / AbuseSrc / imlib / port / mac / joystick.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-11  |  169 b   |  15 lines

  1. #include "joy.hpp"
  2.  
  3. int joy_init(int argc, char **argv)
  4. {  
  5. }
  6.  
  7. void joy_status(int &b1, int &b2, int &b3, int &xv, int &yv)
  8. {
  9. }
  10.  
  11.  
  12. void joy_calibrate()
  13. {
  14. }
  15.